$ kubectl exec -it nginx -- sh
  .....:/# echo $DEMO_VAR
  foobar
  .....:/# exit
  